
MI_OBJS		:= ni_e.o ni_e_lxrt.o

ifdef TOPDIR
include $(TOPDIR)/Rules.make
else
all:
	make -C ../../.. modules SUBDIRS=lxrt/rtw/drivers
clean:
	make -C ../../.. subclean SUBDIRS=lxrt/rtw/drivers
endif
