Root/atusd/tools/Makefile

Source at commit 424ddce9756cb5ead3e86ec27e767b4e25596ed6 created 13 years 4 months ago.
By Werner Almesberger, ants/: Passive board for antenna testing.
1CC=mipsel-openwrt-linux-gcc
2CFLAGS=-Wall -I../../atrf/fw/include
3
4MAIN = try
5OBJS = $(MAIN).c lib/atusd.o
6
7$(MAIN): $(OBJS)
8

Archive Download this file



interactive