Changes in uspace/Makefile [41ebc36:2660ee3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r41ebc36 r2660ee3 74 74 app/testwrit \ 75 75 app/tetris \ 76 app/tmon \77 76 app/trace \ 78 77 app/top \ … … 137 136 srv/hw/char/s3c24xx_uart \ 138 137 srv/hid/rfb \ 138 srv/test/chardev-test \ 139 139 drv/audio/hdaudio \ 140 140 drv/audio/sb16 \ … … 151 151 drv/bus/usb/ohci \ 152 152 drv/bus/usb/uhci \ 153 drv/bus/usb/usbdiag \154 153 drv/bus/usb/usbflbk \ 155 154 drv/bus/usb/usbhub \ 156 155 drv/bus/usb/usbmid \ 157 156 drv/bus/usb/vhc \ 158 drv/bus/usb/xhci \159 157 drv/char/i8042 \ 160 158 drv/char/msim-con \ … … 165 163 drv/fb/amdm37x_dispc \ 166 164 drv/fb/kfb \ 165 drv/hid/adb-kbd \ 166 drv/hid/adb-mouse \ 167 167 drv/hid/atkbd \ 168 168 drv/hid/ps2mouse \ … … 255 255 CLEANS := $(addsuffix .clean,$(DIRS) $(LIBS) $(BASE_LIBS)) 256 256 257 .PHONY: all $(BASE_BUILDS) $(BUILDS) $(BUILDS_TESTS) $(CLEANS) clean 257 .PHONY: all $(BASE_BUILDS) $(BUILDS) $(BUILDS_TESTS) $(CLEANS) clean export 258 258 259 259 all: $(BUILDS) $(BUILDS_TESTS) … … 261 261 $(BUILDS_TESTS): $(BASE_BUILDS) $(BUILDS) 262 262 $(MAKE) -r -C $(basename $@) all-test PRECHECK=$(PRECHECK) 263 264 export: lib/posix.build lib/math.build lib/clui.build 265 $(MAKE) -r -C lib/posix export EXPORT_DIR=$(EXPORT_DIR) 263 266 264 267 clean: $(CLEANS) … … 282 285 283 286 -include $(DEPS) 287
Note:
See TracChangeset
for help on using the changeset viewer.