]> rtime.felk.cvut.cz Git - can-eth-gw.git/blob - utils/cegw/Makefile
Compile cegw against headers exported from the kernel
[can-eth-gw.git] / utils / cegw / Makefile
1 all: include
2         gcc -Wall -ocegw -Iinclude cegw.c
3 debug: include
4         gcc -Wall -ggdb -D_DEBUG -ocegw -Iinclude cegw.c
5
6 include: ../../linux/include/uapi/linux/can/canethgw.h
7         make -C ../../linux headers_install INSTALL_HDR_PATH=$(CURDIR)