From da4d3a3a8f0e8e32f9ba1bdab112d3b797a5a95c Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Sat, 19 Apr 2014 15:46:33 +0100 Subject: [PATCH] Update Makefile Add target to build MAX32 kernel with Ethernet Shield support --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 44dcd03..7a82752 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ # Supported boards # MAX32 = sys/pic32/max32/MAX32 +MAX32-ETH = sys/pic32/max32-eth/MAX32-ETH UBW32 = sys/pic32/ubw32/UBW32 UBW32UART = sys/pic32/ubw32-uart/UBW32-UART UBW32UARTSDRAM = sys/pic32/ubw32-uart-sdram/UBW32-UART-SDRAM