- Timestamp:
- 2018-06-07T16:07:26Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 931afbc
- Parents:
- 18ad56a8
- Location:
- boot
- Files:
-
- 2 edited
-
Makefile.common (modified) (1 diff)
-
Makefile.initrd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r18ad56a8 r75701004 52 52 53 53 MKARRAY = $(TOOLS_PATH)/mkarray.py 54 MKTMPFS = $(TOOLS_PATH)/mktmpfs.py55 54 MKFAT = $(TOOLS_PATH)/mkfat.py 56 55 MKEXT4 = $(TOOLS_PATH)/mkext4.py -
boot/Makefile.initrd
r18ad56a8 r75701004 29 29 $(INITRD).img: 30 30 ifeq ($(RDFMT),tmpfs) 31 $(MKTMPFS) $(DIST_PATH) $@31 tar -c -f $@ -C $(DIST_PATH) . 32 32 endif 33 33 ifeq ($(RDFMT),fat)
Note:
See TracChangeset
for help on using the changeset viewer.
