2010-05-19 22:25:29 +00:00
|
|
|
CFLAGS=-Wall -I../../lib/usrp/usrp_e/ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -O3
|
|
|
|
|
CXXFLAGS=-Wall -I../../lib/usrp/usrp_e/ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -O3
|
2010-03-24 19:49:08 +00:00
|
|
|
|
2011-02-21 16:05:54 +00:00
|
|
|
all : usrp-e-spi usrp-e-i2c usrp-e-uart usrp-e-led usrp-e-ctl usrp-e-button usrp-e-uart-rx usrp-e-gpio usrp-e-debug-pins
|
2010-03-24 19:49:08 +00:00
|
|
|
|
2010-03-24 16:00:05 +00:00
|
|
|
usrp-e-spi : usrp-e-spi.c
|
2010-03-24 19:49:08 +00:00
|
|
|
|
|
|
|
|
usrp-e-i2c : usrp-e-i2c.c
|
|
|
|
|
|
2010-03-26 15:22:12 +00:00
|
|
|
usrp-e-uart : usrp-e-uart.c
|
|
|
|
|
|
2010-04-03 15:25:37 +00:00
|
|
|
usrp-e-uart-rx : usrp-e-uart-rx.c
|
|
|
|
|
|
2010-04-02 19:49:45 +00:00
|
|
|
usrp-e-led : usrp-e-led.c
|
|
|
|
|
|
|
|
|
|
usrp-e-ctl : usrp-e-ctl.c
|
|
|
|
|
|
|
|
|
|
usrp-e-button : usrp-e-button.c
|
|
|
|
|
|
2010-04-09 21:41:37 +00:00
|
|
|
usrp-e-gpio : usrp-e-gpio.c
|
|
|
|
|
|
2010-04-20 15:54:37 +00:00
|
|
|
usrp-e-debug-pins : usrp-e-debug-pins.c
|
2010-03-24 19:49:08 +00:00
|
|
|
clean :
|
|
|
|
|
rm -f usrp-e-spi
|
|
|
|
|
rm -f usrp-e-i2c
|
2010-03-26 15:22:12 +00:00
|
|
|
rm -f usrp-e-uart
|
2010-04-03 15:25:37 +00:00
|
|
|
rm -f usrp-e-uart-rx
|
2010-04-02 19:49:45 +00:00
|
|
|
rm -f usrp-e-led
|
|
|
|
|
rm -f usrp-e-ctl
|
|
|
|
|
rm -f usrp-e-button
|
2010-04-09 21:41:37 +00:00
|
|
|
rm -f usrp-e-gpio
|
2010-04-20 15:54:37 +00:00
|
|
|
rm -f usrp-e-debug-pins
|
2010-04-28 13:07:22 +00:00
|
|
|
rm -f usrp-e-lb-test
|