- Timestamp:
- 2019-08-03T08:15:25Z (6 years ago)
- Children:
- 09a8006
- Parents:
- 6006f35
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-04-15 15:14:58)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 08:15:25)
- Location:
- boot
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
Makefile.common (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
r6006f35 rbb154c6 70 70 endif 71 71 72 cp -r -L $(INITRD_CFG_PATH)/* $(DIST_PATH)/cfg 72 73 for app in $(RD_APPS) ; do \ 73 74 app_dir="`dirname "$$app"`" ; \ -
boot/Makefile.common
r6006f35 rbb154c6 50 50 TOOLS_PATH = $(ROOT_PATH)/tools 51 51 DRVS_PATH = drv 52 INITRD_CFG_PATH = $(USPACE_PATH)/cfg 53 # TODO configuration separation may change 54 ROOTFS_CFG_PATH = $(USPACE_PATH)/cfg 52 55 53 56 MKARRAY = $(TOOLS_PATH)/mkarray.py
Note:
See TracChangeset
for help on using the changeset viewer.
