Dependency generation fix for directories that keep object files in a sub-directory

This commit is contained in:
Gregory Nutt
2013-09-29 11:46:10 -06:00
parent 4aaee6fb3c
commit 7c81618f2f
+1
View File
@@ -359,6 +359,7 @@
#define PIO_WPMR_WPEN (1 << 0) /* Bit 0: Write Protect Enable */
#define PIO_WPMR_WPKEY_SHIFT (8) /* Bits 8-31: Write Protect KEY */
#define PIO_WPMR_WPKEY_MASK (0xffffff << PIO_WPMR_WPKEY_SHIFT)
# define PIO_WPMR_WPKEY (0x50494f << PIO_WPMR_WPKEY_SHIFT)
/* PIO Write Protect Status Register */