Changeset 177e4ea in mainline for boot/Makefile
- Timestamp:
- 2010-03-18T23:34:00Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3c80f2b
- Parents:
- 3ad309d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
r3ad309d r177e4ea 30 30 # 31 31 32 -include ../Makefile.common 32 33 -include ../Makefile.config 33 34 -include ../config.defs … … 42 43 .PHONY: all build clean generic_clean 43 44 44 all: ../Makefile.co nfig ../config.h ../config.defs build45 all: ../Makefile.common ../Makefile.config ../config.h ../config.defs build 45 46 46 47 -include arch/$(BARCH)/Makefile.inc
Note:
See TracChangeset
for help on using the changeset viewer.