Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision 94b39ba96094d8160161c301f2557c723ebcaf5c)
+++ uspace/Makefile	(revision 045523247b162c88f46808e9415ee4bbc16ad5d7)
@@ -40,5 +40,4 @@
 	app/devctl \
 	app/edit \
-	app/ext2info \
 	app/getterm \
 	app/init \
@@ -106,5 +105,4 @@
 	srv/fs/mfs \
 	srv/fs/locfs \
-	srv/fs/ext2fs \
 	srv/fs/ext4fs \
 	srv/hid/compositor \
@@ -195,4 +193,9 @@
 endif
 
+ifeq ($(UARCH),arm32)
+	DIRS += \
+		drv/infrastructure/rootamdm37x
+endif
+
 ## System libraries
 #
@@ -214,5 +217,4 @@
 	lib/net \
 	lib/nic \
-	lib/ext2 \
 	lib/ext4 \
 	lib/urcu \
