Commit 2a54ac6e authored by Alessandro Rubini's avatar Alessandro Rubini

userspace/Makefile: added libswitchhw

parent e030f86c
......@@ -19,7 +19,7 @@ all:
$(MAKE) -C 3rdparty all
# $(MAKE) -C rubi-repos/wr-switch-software
# $(MAKE) -C rubi-repos/ptp-noposix all
# $(MAKE) -C libswitchhw all
$(MAKE) -C libswitchhw all
# $(MAKE) -C wrsw_hal all
# $(MAKE) -C wrsw_rtud all
# $(MAKE) -C tests/rtu_stat TARGET=ARM all
......@@ -28,7 +28,7 @@ clean:
$(MAKE) -C 3rdparty clean
# $(MAKE) -C rubi-repos/wr-switch-software clean
# $(MAKE) -C rubi-repos/ptp-noposix clean
# $(MAKE) -C libswitchhw clean
$(MAKE) -C libswitchhw clean
# $(MAKE) -C wrsw_hal clean
# $(MAKE) -C wrsw_rtud clean
# $(MAKE) -C tests/wr_mon clean
......@@ -36,7 +36,7 @@ clean:
install: all
$(MAKE) -C 3rdparty install
# $(MAKE) -C libswitchhw deploy
$(MAKE) -C libswitchhw install
# $(MAKE) -C wrsw_hal deploy
# $(MAKE) -C wrsw_rtud deploy
# $(MAKE) -C tests/rtu_stat TARGET=ARM deploy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment