diff options
author | Justin Waters <justin.waters@timesys.com> | 2012-08-15 13:33:02 -0400 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2012-08-15 13:33:02 -0400 |
commit | b362985a65dd94bf9e84e6c382e3c5c89af42605 (patch) | |
tree | 7907ada0fdb21488bf725ad37d5a48ff4f665ddd /include | |
parent | 101eca5af60e95bae2ba642ef93681bb184107bc (diff) | |
parent | ec9e7b555c1fe8565f3fc5c6f9d41c4cb230bba5 (diff) |
Merge remote-tracking branch 'github/fb_development' into 3.0-vybrid0.9
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/Kbuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index c65d1b9eb546..e7a2026eb11a 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -62,6 +62,9 @@ ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \ header-y += kvm_para.h endif +## MVF specific files +header-y += mvffb.h + header-y += acct.h header-y += adb.h header-y += adfs_fs.h |