diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ SUBDIRS = src.d -include ./config.mk all: ${SUBDIRS} clean: $(patsubst %.d,%.clean, ${SUBDIRS}) + +include ./config.mk |
index : talos-hostboot | ||
Talos™ II hostboot sources | Raptor Computing Systems |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | makefile | 3 |
@@ -1,5 +1,6 @@ SUBDIRS = src.d -include ./config.mk all: ${SUBDIRS} clean: $(patsubst %.d,%.clean, ${SUBDIRS}) + +include ./config.mk |