]> rtime.felk.cvut.cz Git - sysless.git/commitdiff
Remove `common' from top-level Makefile.omk
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 31 Jan 2010 20:03:27 +0000 (21:03 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 31 Jan 2010 20:03:27 +0000 (21:03 +0100)
This was unintentionally left here when we unified arm and h8300
architecture. It's useless now, so we remove it.

Makefile.omk

index a29583027ad1e8902da7b36d8795352e8dff3f14..5baf5ed56f776e3a873ff6d330d2fd894eb12fee 100644 (file)
@@ -1,3 +1,3 @@
 # -*- makefile -*-
 
-SUBDIRS = $(filter-out common,$(ALL_OMK_SUBDIRS))
+SUBDIRS = $(ALL_OMK_SUBDIRS)