Changeset 647 for trunk/kernel/Makefile
- Timestamp:
- Oct 22, 2019, 1:48:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/Makefile
r641 r647 19 19 $(HAL_ARCH)/build/drivers/soclib_nic.o \ 20 20 $(HAL_ARCH)/build/drivers/soclib_dma.o \ 21 $(HAL_ARCH)/build/drivers/soclib_fbf.o \ 21 22 $(HAL_ARCH)/build/drivers/soclib_iob.o 22 23 … … 190 191 build/syscalls/sys_get_best_core.o \ 191 192 build/syscalls/sys_get_nb_cores.o \ 192 build/syscalls/sys_get_thread_info.o 193 build/syscalls/sys_get_thread_info.o \ 194 build/syscalls/sys_fbf.o 193 195 194 196 VFS_OBJS = build/fs/vfs.o \ … … 231 233 232 234 233 ############################## 235 ###################################### 234 236 # rules to compile the drivers and hal 235 237 $(HAL_ARCH)/build/%:
Note: See TracChangeset
for help on using the changeset viewer.