Changeset 4646710 in mainline for boot/Makefile.common
- Timestamp:
- 2017-06-07T15:39:23Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 239e32b8
- Parents:
- 22299ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r22299ed r4646710 52 52 DRVS_PATH = drv 53 53 54 SANDBOX = pack 55 PACK = $(TOOLS_PATH)/pack.py 54 MKARRAY = $(TOOLS_PATH)/mkarray.py 56 55 MKTMPFS = $(TOOLS_PATH)/mktmpfs.py 57 56 MKFAT = $(TOOLS_PATH)/mkfat.py … … 251 250 252 251 LINK = arch/$(BARCH)/_link.ld 253 COMP S_H = arch/$(BARCH)/include/_components.h254 COMPS _C = arch/$(BARCH)/src/_components.c252 COMP = component 253 COMPS = $(COMP)s 255 254 256 255 -include arch/$(BARCH)/Makefile.inc … … 276 275 JOB ?= image.job 277 276 MAP ?= image.map 278 PREBUILD ?= build_comps279 277 BUILD ?= Makefile.build
Note:
See TracChangeset
for help on using the changeset viewer.