diff options
author | Jonas Bonn <jonas@southpole.se> | 2011-06-04 14:52:05 -0400 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2011-07-22 12:46:30 -0400 |
commit | f8c4a270d9330a2bc179aeef0a22ea1ed288fb50 (patch) | |
tree | 0365f38871a6999e5b01587a337adcc21d4c51ce /arch/openrisc/lib | |
parent | ac689eb7f9d4e270d1365853b82eece669387e2c (diff) |
OpenRISC: Build infrastructure
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/openrisc/lib')
-rw-r--r-- | arch/openrisc/lib/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/openrisc/lib/Makefile b/arch/openrisc/lib/Makefile new file mode 100644 index 000000000000..966f65dbc6f0 --- /dev/null +++ b/arch/openrisc/lib/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # | ||
2 | # Makefile for or32 specific library files.. | ||
3 | # | ||
4 | |||
5 | obj-y = string.o delay.o | ||