Changeset 624 for trunk/boot/tsar_mips32/Makefile
- Timestamp:
- Mar 12, 2019, 1:37:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/Makefile
r572 r624 13 13 # always out-of-date, need to be regenerated everytime they are called 14 14 .PHONY: compile \ 15 ../../hard_config.h 15 ../../hard_config.h \ 16 16 dirs \ 17 build/boot.elf \ 18 19 # Macros to be processed by the C preprocessor. 20 MACROS = -DARCHINFO_PATHNAME="\"arch_info.bin\"" \ 21 -DKERNEL_PATHNAME="\"/bin/kernel/kernel.elf\"" 17 build/boot.elf 22 18 23 19 # Objects to be linked for boot.elf generation
Note: See TracChangeset
for help on using the changeset viewer.