X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=userapps%2Fopensource%2Fnet-snmp%2Fagent%2Fmibgroup%2FMakefile;h=7c531939e9f3f76732cb1e337feecefed348dfff;hp=5034d9934d77604e0f1a4d252e2083cfe496eac7;hb=6adeba4d92a546ebbadde2562283ee6b984b22c1;hpb=dacd86d83a9fb430cca42cb78a67f9d46e289f5c diff --git a/userapps/opensource/net-snmp/agent/mibgroup/Makefile b/userapps/opensource/net-snmp/agent/mibgroup/Makefile index 5034d993..7c531939 100755 --- a/userapps/opensource/net-snmp/agent/mibgroup/Makefile +++ b/userapps/opensource/net-snmp/agent/mibgroup/Makefile @@ -47,48 +47,48 @@ AUTOHEADER = : #CFLAGS = -g -O2 -Dlinux CFLAGS = -Wall -s -Os -fomit-frame-pointer -Dlinux #brcm begin -ifeq ($(strip $(BUILD_SNMP_ADSL_MIB)),1) - CFLAGS += -DBUILD_SNMP_ADSL_MIB +ifeq ($(strip $(SNMP_ADSL_MIB)),1) + CFLAGS += -DSNMP_ADSL_MIB endif -ifeq ($(strip $(BUILD_SNMP_ATM_MIB)),1) - CFLAGS += -DBUILD_SNMP_ATM_MIB +ifeq ($(strip $(SNMP_ATM_MIB)),1) + CFLAGS += -DSNMP_ATM_MIB endif -ifeq ($(strip $(BUILD_SNMP_AT_MIB)),1) - CFLAGS += -DBUILD_SNMP_AT_MIB +ifeq ($(strip $(SNMP_AT_MIB)),1) + CFLAGS += -DSNMP_AT_MIB endif -ifeq ($(strip $(BUILD_SNMP_SYSOR_MIB)),1) - CFLAGS += -DBUILD_SNMP_SYSOR_MIB +ifeq ($(strip $(SNMP_SYSOR_MIB)),1) + CFLAGS += -DSNMP_SYSOR_MIB endif -ifeq ($(strip $(BUILD_SNMP_TCP_MIB)),1) - CFLAGS += -DBUILD_SNMP_TCP_MIB +ifeq ($(strip $(SNMP_TCP_MIB)),1) + CFLAGS += -DSNMP_TCP_MIB endif -ifeq ($(strip $(BUILD_SNMP_UDP_MIB)),1) - CFLAGS += -DBUILD_SNMP_UDP_MIB +ifeq ($(strip $(SNMP_UDP_MIB)),1) + CFLAGS += -DSNMP_UDP_MIB endif -ifeq ($(strip $(BUILD_SNMP_IP_MIB)),1) - CFLAGS += -DBUILD_SNMP_IP_MIB +ifeq ($(strip $(SNMP_IP_MIB)),1) + CFLAGS += -DSNMP_IP_MIB endif -ifeq ($(strip $(BUILD_SNMP_ICMP_MIB)),1) - CFLAGS += -DBUILD_SNMP_ICMP_MIB +ifeq ($(strip $(SNMP_ICMP_MIB)),1) + CFLAGS += -DSNMP_ICMP_MIB endif -ifeq ($(strip $(BUILD_SNMP_SNMP_MIB)),1) - CFLAGS += -DBUILD_SNMP_SNMP_MIB +ifeq ($(strip $(SNMP_SNMP_MIB)),1) + CFLAGS += -DSNMP_SNMP_MIB endif -ifeq ($(strip $(BUILD_SNMP_SET)),1) - CFLAGS += -DBUILD_SNMP_SET +ifeq ($(strip $(SNMP_SET)),1) + CFLAGS += -DSNMP_SET endif -ifeq ($(strip $(BUILD_SNMP_ATMFORUM_MIB)),1) - CFLAGS += -DBUILD_SNMP_ATMFORUM_MIB +ifeq ($(strip $(SNMP_ATMFORUM_MIB)),1) + CFLAGS += -DSNMP_ATMFORUM_MIB endif #brcm end