2c9a538582
bump libmc1322x to 7bee48243c
Conflicts:
cpu/mc1322x/board/Makefile.board
cpu/mc1322x/lib/include/uart.h
cpu/mc1322x/lib/uart1.c
cpu/mc1322x/lib/uart2.c
cpu/mc1322x/src/default_lowlevel.c
17 lines
185 B
Makefile
17 lines
185 B
Makefile
INSTALL= /usr/local/bin
|
|
|
|
################
|
|
|
|
LDLIBS = -lftdi
|
|
|
|
TARGETS = bbmc
|
|
|
|
CFLAGS = -Wall -Wextra #-Werror
|
|
|
|
all: $(TARGETS)
|
|
|
|
clean:
|
|
-rm -f $(TARGETS)
|
|
|
|
install: all
|
|
cp bbmc $(INSTALL)
|