1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-30 01:09:47 +03:00

great atusd -> atben renaming: renamed tools/atusd.c and Makefile reference

- lib/atusd.c: renamed to lib/atben.c
- lib/Makefile (OBJS_ben_jlime, OBJS_ben_openwrt): changed "atusd" to
  "atben"
This commit is contained in:
Werner Almesberger 2011-01-17 11:56:17 -03:00
parent f7a8bbdd7a
commit 32de4b6ad4
2 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ include ../Makefile.common
CFLAGS += -Wall -I$(F32XBASE)/include
OBJS_host = atusb.o $(F32XBASE)/lib/usb.o
OBJS_ben_jlime = atusd.o
OBJS_ben_openwrt = atusd.o
OBJS_ben_jlime = atben.o
OBJS_ben_openwrt = atben.o
OBJS = atrf.o misctxrx.o $(OBJS_$(TARGET))