diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/.gitignore | 1 | ||||
-rw-r--r-- | applets/Kbuild.src | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/applets/.gitignore b/applets/.gitignore index cc932fcc0..459938d67 100644 --- a/applets/.gitignore +++ b/applets/.gitignore | |||
@@ -1,2 +1,3 @@ | |||
1 | /applet_tables | 1 | /applet_tables |
2 | /usage | 2 | /usage |
3 | /usage_pod | ||
diff --git a/applets/Kbuild.src b/applets/Kbuild.src index 9b9808f25..b61239948 100644 --- a/applets/Kbuild.src +++ b/applets/Kbuild.src | |||
@@ -42,3 +42,6 @@ quiet_cmd_gen_applet_tables = GEN include/applet_tables.h | |||
42 | 42 | ||
43 | include/applet_tables.h: applets/applet_tables | 43 | include/applet_tables.h: applets/applet_tables |
44 | $(call cmd,gen_applet_tables) | 44 | $(call cmd,gen_applet_tables) |
45 | |||
46 | include/NUM_APPLETS.h: applets/applet_tables | ||
47 | $(call cmd,gen_applet_tables) | ||