aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/platform.mk
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-07-14 00:39:35 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-07-14 00:39:35 +0000
commit655eadd2551098ea703ff84e0907f8ac2cfea5b5 (patch)
tree95c5d666a8e1a5b3daa44018111003178a2ebd88 /os/hal/ports/AVR/platform.mk
parentb18cb4d9a5c1007657d8cb4958841e80d48a8a89 (diff)
downloadChibiOS-655eadd2551098ea703ff84e0907f8ac2cfea5b5.tar.gz
ChibiOS-655eadd2551098ea703ff84e0907f8ac2cfea5b5.tar.bz2
ChibiOS-655eadd2551098ea703ff84e0907f8ac2cfea5b5.zip
Adding AVR family subdirecories.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10326 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/AVR/platform.mk')
-rw-r--r--os/hal/ports/AVR/platform.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/os/hal/ports/AVR/platform.mk b/os/hal/ports/AVR/platform.mk
deleted file mode 100644
index 8c9389fdc..000000000
--- a/os/hal/ports/AVR/platform.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# List of all the AVR platform files.
-PLATFORMSRC = ${CHIBIOS}/os/hal/ports/AVR/hal_lld.c \
- ${CHIBIOS}/os/hal/ports/AVR/hal_pal_lld.c \
- ${CHIBIOS}/os/hal/ports/AVR/hal_serial_lld.c \
- ${CHIBIOS}/os/hal/ports/AVR/hal_adc_lld.c \
- ${CHIBIOS}/os/hal/ports/AVR/hal_ext_lld.c \
- ${CHIBIOS}/os/hal/ports/AVR/hal_i2c_lld.c \
- ${CHIBIOS}/os/hal/ports/AVR/hal_spi_lld.c \
- ${CHIBIOS}/os/hal/ports/AVR/hal_gpt_lld.c \
- ${CHIBIOS}/os/hal/ports/AVR/hal_pwm_lld.c \
- ${CHIBIOS}/os/hal/ports/AVR/hal_icu_lld.c \
- ${CHIBIOS}/os/hal/ports/AVR/hal_usb_lld.c \
- ${CHIBIOS}/os/hal/ports/AVR/hal_st_lld.c
-
-# Required include directories
-PLATFORMINC = ${CHIBIOS}/os/hal/ports/AVR