Changeset 317 for trunk/Makefile
- Timestamp:
- Aug 4, 2017, 2:03:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r265 r317 101 101 build/kernel/hal/hal_syscall.o \ 102 102 build/kernel/hal/hal_drivers.o \ 103 build/kernel/hal/hal_kentry.o 103 build/kernel/hal/hal_kentry.o \ 104 build/kernel/hal/hal_switch.o 104 105 105 106 DEV_OBJS = build/kernel/devices/dev_txt.o \ … … 419 420 build/kernel/hal/hal_kentry.o: hal/tsar_mips32/core/hal_kentry.S \ 420 421 hal/tsar_mips32/core/hal_kentry.h \ 421 kernel_config.h \ 422 hal/tsar_mips32/core/hal_types.h 422 kernel_config.h \ 423 hal/tsar_mips32/core/hal_types.h 424 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 425 $(DU) -D $@ > $@.txt 426 427 build/kernel/hal/hal_switch.o: hal/tsar_mips32/core/hal_switch.S \ 428 hal/tsar_mips32/core/hal_switch.h 423 429 $(CC) $(KERNEL_INCLUDE) $(CFLAGS) -c -o $@ $< 424 430 $(DU) -D $@ > $@.txt
Note: See TracChangeset
for help on using the changeset viewer.