1 ################################################################################    31 ################################################################################    33 #------------------------------------------------------------------------------    36 # Package Root Directory    39 # Bootstrap package within RN Make System    40 include $(RNMAKE_PKG_ROOT)/make/Bootstrap.mk
    43 #------------------------------------------------------------------------------
    46 # Distribution Static Libraries
    47 RNMAKE_DIST_STLIBS = rnr_gpio
    49 # Distribution Shared Libraries
    50 RNMAKE_DIST_SHLIBS = rnr_gpio
    52 # Target library subdirectory
    56 rnr_gpio.SRC.C = gpio.c mmapGpio.c
    58 # Libraries to link with
    62 #------------------------------------------------------------------------------
    65 # Subpackage C PreProcessor Flags
    66 # -DMMAP_GPIO to enable memory mapped gpio TODO
    67 EXTRA_CPPFLAGS = -DLOG -DLOGMOD=\
"librnr_gpio\"    70 #------------------------------------------------------------------------------    71 # Include RNMAKE rules makefile(s)    73 # include top-level rules    74 include $(RNMAKE_ROOT)/Rules.mk