Rev 324 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 324 | Rev 878 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | # $Id: Makefile |
1 | # $Id: Makefile 878 2010-01-02 15:40:58Z tk $ |
2 | 2 | ||
3 | # define the processor here |
3 | # define the processor here |
4 | PROCESSOR = 18f452 |
4 | PROCESSOR = 18f452 |
5 | 5 | ||
6 | # default flags to GPASM here |
6 | # default flags to GPASM here |
Line 17... | Line 17... | ||
17 | all: cleanall main.hex |
17 | all: cleanall main.hex |
18 | 18 | ||
19 | 19 | ||
20 | # include the asm_only.mk file |
20 | # include the asm_only.mk file |
21 | include $(MIOS_PATH)/include/makefile/asm_only.mk |
21 | include $(MIOS_PATH)/include/makefile/asm_only.mk |
- | 22 | ||
- | 23 | # include debug message module |
|
- | 24 | include $(MIOS_PATH)/modules/debug_msg/debug_msg.mk |
|
22 | 25 | ||
23 | # include application specific LCD driver (dummy driver by default) |
26 | # include application specific LCD driver (dummy driver by default) |
24 | include $(MIOS_PATH)/modules/app_lcd/dummy/app_lcd.mk |
27 | include $(MIOS_PATH)/modules/app_lcd/dummy/app_lcd.mk |