]> rtime.felk.cvut.cz Git - can-usb1.git/blob - ulan/embedded/app/hisc/weather_station/Makefile.omk
Initializing repo
[can-usb1.git] / ulan / embedded / app / hisc / weather_station / Makefile.omk
1 # -*- makefile -*-
2
3 default_CONFIG = CONFIG_APP_HISC_WEATHER_STATION=n
4
5 ifeq ($(CONFIG_APP_HISC_WEATHER_STATION),y) 
6
7 CFLAGS += -DKVPB_BASE=$(KVPB_BASE) -DKVPB_SIZE=$(KVPB_SIZE) 
8
9 bin_PROGRAMS = weather_station
10 weather_station_SOURCES = weather_station.c weather_stationoi.c kty.c
11
12 lib_LOADLIBES = uloi ulan bspbase misc msc_adc
13
14 # This selects linker script 
15 LD_SCRIPT = $(BOARD)
16 DEFAULT_LD_SCRIPT_VARIANT = flash
17
18 OUTPUT_FORMATS = bin
19
20 endif #CONFIG_APP_WEATHER_STATION