Applications: add more to the build and clean ups
authorAlan Cox <alan@linux.intel.com>
Sat, 11 Nov 2017 22:16:00 +0000 (22:16 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 11 Nov 2017 22:16:00 +0000 (22:16 +0000)
Applications/Makefile

index ec609b3..20eab97 100644 (file)
@@ -48,6 +48,12 @@ asz80:
 flashrom:
        +(cd flashrom; $(MAKE) -f Makefile.$(USERCPU))
 
+levee:
+       +(cd levee; $(MAKE) -f Makefile.$(USERCPU))
+
+ue:
+       +(cd ue; $(MAKE) -f Makefile.$(USERCPU))
+
 clean:
        (cd util; $(MAKE) -f Makefile.$(USERCPU) clean)
        (cd V7/cmd; $(MAKE) -f Makefile.$(USERCPU) clean)
@@ -61,3 +67,6 @@ clean:
        (cd SmallC; $(MAKE) -f Makefile.$(USERCPU) clean)
        (cd MWC/cmd; $(MAKE) -f Makefile.$(USERCPU) clean)
        (cd MWC/cmd/asz80; $(MAKE) -f Makefile.$(USERCPU) clean)
+       (cd flashrom; $(MAKE) -f Makefile.$(USERCPU) clean)
+       (cd levee; $(MAKE) -f Makefile.$(USERCPU) clean)
+       (cd ue; $(MAKE) -f Makefile.$(USERCPU) clean)