Update Makefile

Add target to build MAX32 kernel with Ethernet Shield support
This commit is contained in:
Sevan Janiyan
2014-04-19 15:46:33 +01:00
parent b5a8255248
commit da4d3a3a8f

View File

@@ -12,6 +12,7 @@
# Supported boards # Supported boards
# #
MAX32 = sys/pic32/max32/MAX32 MAX32 = sys/pic32/max32/MAX32
MAX32-ETH = sys/pic32/max32-eth/MAX32-ETH
UBW32 = sys/pic32/ubw32/UBW32 UBW32 = sys/pic32/ubw32/UBW32
UBW32UART = sys/pic32/ubw32-uart/UBW32-UART UBW32UART = sys/pic32/ubw32-uart/UBW32-UART
UBW32UARTSDRAM = sys/pic32/ubw32-uart-sdram/UBW32-UART-SDRAM UBW32UARTSDRAM = sys/pic32/ubw32-uart-sdram/UBW32-UART-SDRAM