Move some PHY initialization logic for Darcy

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5382 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-11-22 14:44:38 +00:00
parent a90f6ace35
commit 3ad0dfc1b6
4 changed files with 78 additions and 14 deletions
+3
View File
@@ -85,6 +85,9 @@ ifeq ($(CONFIG_WATCHDOG),y)
CSRCS += up_watchdog.c
endif
ifeq ($(CONFIG_STM32_PHYINIT),y)
CSRCS += up_phyinit.c
endif
COBJS = $(CSRCS:.c=$(OBJEXT))