apps: build cpmfs etc
authorAlan Cox <alan@linux.intel.com>
Fri, 6 Jul 2018 23:59:16 +0000 (00:59 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 6 Jul 2018 23:59:16 +0000 (00:59 +0100)
Applications/Makefile

index 8c8fbe2..d85d6e8 100644 (file)
@@ -1,6 +1,6 @@
 #
 APPS = util cmd sh games cave cpm v7games games cursesgames \
-       as09 ld09 netd SmallC MWC asz80 flashrom
+       as09 ld09 netd SmallC MWC asz80 flashrom ue cpmfs
 
 .PHONY: $(APPS)
 
@@ -57,6 +57,9 @@ levee:
 ue:
        +(cd ue; $(MAKE) -f Makefile.$(USERCPU))
 
+cpmfs:
+       +(cd cpmfs/src; $(MAKE) -f Makefile.$(USERCPU))
+
 clean:
        (cd util; $(MAKE) -f Makefile.$(USERCPU) clean)
        (cd V7/cmd; $(MAKE) -f Makefile.$(USERCPU) clean)
@@ -73,3 +76,4 @@ clean:
        (cd flashrom; $(MAKE) -f Makefile.$(USERCPU) clean)
        (cd levee; $(MAKE) -f Makefile.$(USERCPU) clean)
        (cd ue; $(MAKE) -f Makefile.$(USERCPU) clean)
+       (cd cpmfs/src; $(MAKE) -f Makefile.$(USERCPU) clean)