summaryrefslogtreecommitdiff
path: root/bootstrap/stage1/Makefile
blob: b09f1ad85b5774fda581e0e4b95565ca53103cad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS:=efi \

export ARCH VERSION DESTDIR SYS_INCLUDE

.PHONY: all clean $(SUBDIRS)

all: $(SUBDIRS)

subdirs: $(SUBDIRS)

$(SUBDIRS):
	$(MAKE) $(MAKECMDGOALS) -C $@

clean: $(SUBDIRS)

install: $(SUBDIRS)