include $(APOLLODIR)/Compiler_Flag

ifeq ($(CONFIG_CA8277B_SERIES)_$(CONFIG_RTL8277C_SERIES),y_y)
ccflags-y := -I$(SDKDIR)/include \
             -I$(SDKDIR)/system/include \
             -I$(SDKDIR)/src/module/ca_rtk_epon_drv-$(CA_TARGET) \
             $(PON_CFLAGS) -DCONFIG_SDK_KERNEL_LINUX

obj-m += ca-rtk-epon-$(CA_TARGET)-test.o
ca-rtk-epon-$(CA_TARGET)-test-objs := ca_rtk_epon_test.o
else
ccflags-y := -I$(SDKDIR)/include \
             -I$(SDKDIR)/system/include \
             -I$(SDKDIR)/src/module/ca_rtk_epon_drv \
             $(PON_CFLAGS) -DCONFIG_SDK_KERNEL_LINUX

obj-m += ca-rtk-epon-test.o
ca-rtk-epon-test-objs := ca_rtk_epon_test.o
endif
