mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
10 lines
122 B
Makefile
10 lines
122 B
Makefile
DIRECTORIES := rootfs swi installer
|
|
include $(ONL)/make/subdirs.mk
|
|
|
|
.PHONY: swi
|
|
|
|
swi:
|
|
$(MAKE) -C rootfs
|
|
$(MAKE) -C swi
|
|
|