Makefile 172 B

123456789101112131415
  1. TARGET = demo_vnice
  2. NUCLEI_SDK_ROOT ?= ../../..
  3. SRCDIRS = .
  4. INCDIRS = .
  5. CORE ?= nx900fd
  6. ARCH_EXT ?= v
  7. COMMON_FLAGS :=
  8. include $(NUCLEI_SDK_ROOT)/Build/Makefile.base