TR181-XPON  1.4.0
TR-181 PON manager.
Makefile
Go to the documentation of this file.
1 include ../makefile.inc
2 
3 TARGETS=tr181-xpon.odl tr181-xpon_ANI.odl tr181-xpon_EthernetUNI.odl
4 
5 ifdef CONFIG_SAH_AMX_TR181_XPON_USE_NETDEV_COUNTERS
6 M4_OPTS := -DCONFIG_SAH_AMX_TR181_XPON_USE_NETDEV_COUNTERS=y
7 endif
8 
9 all: $(TARGETS)
10 
11 %.odl: %.odl.m4
12  m4 $(M4_OPTS) $< > $@
13 
14 clean:
15  rm -f $(TARGETS)
16 
17 .PHONY: all clean