Changeset 9a0367f in mainline for boot/Makefile
- Timestamp:
- 2009-01-20T18:38:16Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27fb3d6
- Parents:
- b1747a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 -include Makefile.config32 -include ../Makefile.config 33 33 34 34 ## Paths … … 51 51 endif 52 52 53 .PHONY: all build c onfig distclean clean generic_clean53 .PHONY: all build clean generic_clean 54 54 55 all: 56 ../tools/config.py boot.config default $(ARCH) $(COMPILER) $(CONFIG_DEBUG) $(IMAGE) 57 $(MAKE) -C . build 55 all: ../Makefile.config build 58 56 59 57 -include arch/$(ARCH)/Makefile.inc 60 58 61 config:62 ../tools/config.py boot.config63 64 distclean: clean65 -rm Makefile.config66 67 59 generic_clean: 68 60 -rm generic/*.o genarch/*.o
Note:
See TracChangeset
for help on using the changeset viewer.