Commit 56e9fa22 authored by Christos Gentsos's avatar Christos Gentsos

Make: removed examples directory from makefile, it caused trouble

parent 2316a37f
...@@ -27,7 +27,6 @@ hpl/pm \ ...@@ -27,7 +27,6 @@ hpl/pm \
hpl/sysctrl \ hpl/sysctrl \
hal/utils/src \ hal/utils/src \
hpl/sercom \ hpl/sercom \
examples \
hpl/gclk \ hpl/gclk \
usb \ usb \
hpl/core \ hpl/core \
...@@ -55,7 +54,6 @@ usb/usb_protocol.o \ ...@@ -55,7 +54,6 @@ usb/usb_protocol.o \
hal/src/hal_init.o \ hal/src/hal_init.o \
hal/src/hal_usb_device.o \ hal/src/hal_usb_device.o \
samd21a/gcc/system_samd21.o \ samd21a/gcc/system_samd21.o \
examples/driver_examples.o \
driver_init.o \ driver_init.o \
hal/src/hal_adc_sync.o \ hal/src/hal_adc_sync.o \
hpl/sercom/hpl_sercom.o \ hpl/sercom/hpl_sercom.o \
...@@ -88,7 +86,6 @@ vpath %.S ../atmel_start_prj/ ...@@ -88,7 +86,6 @@ vpath %.S ../atmel_start_prj/
GCC_INCS = $(addprefix -I", $(addsuffix ", \ GCC_INCS = $(addprefix -I", $(addsuffix ", \
../atmel_start_prj/ \ ../atmel_start_prj/ \
../atmel_start_prj/config \ ../atmel_start_prj/config \
../atmel_start_prj/examples \
../atmel_start_prj/hal/include \ ../atmel_start_prj/hal/include \
../atmel_start_prj/hal/utils/include \ ../atmel_start_prj/hal/utils/include \
../atmel_start_prj/hpl/core \ ../atmel_start_prj/hpl/core \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment