Changeset 457 for trunk/kernel/Makefile
- Timestamp:
- Aug 2, 2018, 11:47:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/Makefile
r444 r457 177 177 build/syscalls/sys_thread_wakeup.o \ 178 178 build/syscalls/sys_trace.o \ 179 build/syscalls/sys_fg.o 179 build/syscalls/sys_fg.o \ 180 build/syscalls/sys_is_fg.o 180 181 181 182 VFS_OBJS = build/fs/vfs.o \ … … 228 229 kern/%.h \ 229 230 kernel_config.h \ 230 $(HAL_ARCH)/core/hal_ types.h231 $(HAL_ARCH)/core/hal_kernel_types.h 231 232 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 232 233 … … 237 238 devices/%.h \ 238 239 kernel_config.h \ 239 $(HAL_ARCH)/core/hal_ types.h240 $(HAL_ARCH)/core/hal_kernel_types.h 240 241 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 241 242 … … 245 246 mm/%.h \ 246 247 kernel_config.h \ 247 $(HAL_ARCH)/core/hal_ types.h248 $(HAL_ARCH)/core/hal_kernel_types.h 248 249 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 249 250 … … 253 254 libk/%.h \ 254 255 kernel_config.h \ 255 $(HAL_ARCH)/core/hal_ types.h256 $(HAL_ARCH)/core/hal_kernel_types.h 256 257 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 257 258 … … 261 262 syscalls/syscalls.h \ 262 263 kernel_config.h \ 263 $(HAL_ARCH)/core/hal_ types.h264 $(HAL_ARCH)/core/hal_kernel_types.h 264 265 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 265 266 … … 269 270 fs/%.h \ 270 271 kernel_config.h \ 271 $(HAL_ARCH)/core/hal_ types.h272 $(HAL_ARCH)/core/hal_kernel_types.h 272 273 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 273 274
Note: See TracChangeset
for help on using the changeset viewer.