build: create pkginfo dir earlier to avoid build breakage
[openwrt/svn-archive/archive.git] / package / wprobe / src / exporter / Makefile
1 include ../Makefile.inc
2 CPPFLAGS += -I../kernel -I../user
3
4 wprobe-export: wprobe-export.c
5 $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)