Changes in boot/Makefile [4e9aaf5:cc1f8d4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
r4e9aaf5 rcc1f8d4 30 30 # 31 31 32 -include ../Makefile.common33 32 -include ../Makefile.config 33 -include ../config.defs 34 34 35 35 ## Paths … … 42 42 .PHONY: all build clean generic_clean 43 43 44 all: ../Makefile.co mmon ../Makefile.config ../config.hbuild44 all: ../Makefile.config ../config.h ../config.defs build 45 45 46 46 -include arch/$(BARCH)/Makefile.inc
Note:
See TracChangeset
for help on using the changeset viewer.