]> mj.ucw.cz Git - home-hw.git/blob - usb/host/Makefile
SSR: Adjusting to STM32F1
[home-hw.git] / usb / host / Makefile
1 UCWCF:=$(shell PKG_CONFIG_PATH=$(LIBUCW)/lib/pkgconfig pkg-config --cflags libucw)
2 UCWLF:=$(shell PKG_CONFIG_PATH=$(LIBUCW)/lib/pkgconfig pkg-config --libs libucw)
3
4 CFLAGS=-std=gnu99 -O2 -Wall -Wextra -Wno-parentheses $(UCWCF)
5 LDLIBS=-lusb-1.0 $(UCWLF)
6
7 all: test
8
9 test: test.c